@import url('https://fonts.googleapis.com/css?family=PT+Sans:700&display=swap');
@font-face {
    src: url('../fonts/PFCentroSlabPro-Regular.otf');
    font-family: 'PF Centro';
}
@font-face {
    src: url('../fonts/PTS55F.ttf');
    font-family: 'PT Sans';
}
* {
    font-family: "PT Sans";
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    overflow-x: hidden;
}
.row {
    display: flex;
}
.flex {
    display: flex;
}
.flex-column {
    flex-direction: column;
}
.container {
    width: 1280px;
    margin: 0 auto;
}
.justify-between {
    justify-content: space-between;
}
.justify-center {
    justify-content: center;
}
.align-start {
    align-items: flex-start;
}
.align-center {
    align-items: center;
}
.text-center {
    text-align: center;
}
.white-font {
    color: #fff;
}
.logo-right {
    margin-left: 4px;
}
.margin-0 {
    margin: 0 !important;
}
.sponsors-block-sp {
    margin-bottom: 0px;
}
.first-slide {
    padding-top: 15%;
    width: 101vw;
    min-width: 1280px;
    height: 100vh;
    max-height: 712px;
    overflow-y: hidden;
    position: relative;
    margin-top: -100px;
    top: 0;
    left: 0;
    z-index: 1;
}
header {
    position: relative;
    z-index: 10000;
}
.video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -2;
}
.menu-li {
    list-style: none;
    margin-left: 32px;
}
.link-menu {
    text-decoration: none;
    color: #fff;
    font-family: 'PT Sans';
    font-size: 14px;
}
.link-menu:hover {
    text-decoration: underline;
}
.btn-reg {
    margin-left: 32px;
    display: flex;
    width: 107px;
    height: 29px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    transition: 0.1s ease-in-out;
}
.btn-reg:hover {
    cursor: pointer;
    background: #fff;
    color: black;
}
.tel-header {
    margin-left: 32px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: 0.1s ease-in;
    outline: 1px solid inherit;
    padding: 5px;
}
.tel-header:hover {
    outline: 1px solid white;
}
.block {
    display: block;
}
.title {
    font-family: 'PF Centro';
    font-size: 50px;
    font-weight: 400;
}
.time-event {
    margin-top: 20px;
    font-size: 32px;
    width: 504px;
    height: 55px;
    border-radius: 2px;
    background: linear-gradient(270deg, #272354 0%, #626398 100%);
}
.text-free-reg {
    margin-top: 5px;
    width: 301px;
    height: 47px;
    font-size: 24px;
    transform: rotate(-3.58deg);
    border-radius: 2px;
    background: linear-gradient(270deg, #0bc4ff 0%, #0075ff 100%);
}
.form {
    margin-top: 30px;
}
.input-default {
    margin-bottom: 14px;
    opacity: .8;
    width: 243px;
    height: 37px;
    border-radius: 30px;
    border: 1px solid #ffffff;
    outline: none;
    text-align: center;
    color: #fff;
    background: none;
}
.input-default::placeholder {
    color: #fff;
}
.btn-next {
    margin-bottom: 14px;
    opacity: .8;
    width: 243px;
    height: 37px;
    border-radius: 30px;
    border: 1px solid #ffffff;
    outline: none;
    text-align: center;
    color: #fff;
    background: none;
    background-color: #029bdf;
    border: none;
    opacity: 1;
    transition: 0.1s ease-in-out;
}
.btn-next::placeholder {
    color: #fff;
}
.btn-next:hover {
    cursor: pointer;
    background: #0887bf;
}
.user-agree-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}
.political-confidence {
    color: #41c4ff;
    text-decoration: underline;
}
.political-confidence:hover {
    text-decoration: none;
}
.btn-go-to-photoalbum {
    background: #616199;
    width: 504px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    top: -5px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}
#overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    justify-content: center;
    align-items: center;
}
.form-registration {
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
    width: 451px;
    height: 100%;
}
.title-form-registration {
    font-weight: bold;
    margin-top: 38px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
}
.blur-form {
    width: 451px;
    height: 100%;
    position: absolute;
    background: rgba(61, 84, 129, 0.8);
    filter: blur(1px);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.55);
}
.choose-sex-block {
    margin: 7px 0;
}
.default-input-reg {
    margin: 7px 0;
    width: 243px;
    height: 36px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 30px;
    font-size: 14px;
    outline: none;
    border: none;
}
.default-input-reg::placeholder {
    color: #000;
}
.choose-sex {
    background: #ffffff;
    border-radius: 30px;
    font-size: 14px;
    outline: none;
    border: none;
    width: 121px;
    height: 36px;
    margin: 0 .5px;
    transition: 0.1s ease-in-out;
}
.choose-sex:hover {
    cursor: pointer;
    background: #e0dddd;
}
.male {
    border-radius: 30px 0 0 30px;
}
.female {
    border-radius: 0 30px 30px 0;
}
.btn-registation {
    margin-top: 13px;
    width: 243px;
    height: 36px;
    text-align: center;
    background: #009FE2;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    outline: none;
    border: none;
    transition: 0.1s ease-in-out;
}
.btn-registation:hover {
    background: #393185;
    cursor: pointer;
}
.active-sex {
    background: #009FE2;
    color: rgba(255, 255, 255, 0.8);
}
.active-sex:hover {
    background: #009FE2;
}
.text-agree {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 12px;
}
.success-msg {
    display: none;
    width: 507px;
    height: 150px;
    background: linear-gradient(90.11deg, #3d5481 0.03%, #536ea2 99.97%);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #fff;
}
.lines {
    position: relative;
    left: -10vw;
    width: 110vw;
    z-index: -100;
}
.wrapper-content {
    position: relative;
}
.li-type {
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background: #000;
}
.title-themes {
    font-family: 'PF Centro';
    font-size: 36px;
    color: rgba(0, 0, 0, 0.6);
}
.themes-title {
    margin-bottom: 10px;
}
.column-themes {
    margin: 0 24px;
    width: 297px;
    font-size: 17px;
    color: rgba(0, 0, 0, 0.6);
    list-style-type: none;
}
.column-themes li {
    margin: 8px 0;
    line-height: 22px;
}
.row-themes {
    width: 1280px;
}
.before-list {
    min-width: 7px;
    min-height: 7px;
    border-radius: 50%;
    background: #009FE2;
    position: relative;
    right: 10px;
    top: 8px;
}
.try-element {
    width: 80px;
    height: 80px;
    background: #000;
}
.title-default {
    font-family: 'PF Centro';
    font-size: 36px;
    color: rgba(0, 0, 0, 0.8);
}
.org-commitete {
    background: linear-gradient(118.49deg, rgba(0, 178, 255, 0.0924) -4.15%, rgba(112, 0, 255, 0.154) 93.56%);
    padding: 80px 0;
    margin-top: 100px;
}
.program {
    padding: 100px 0;
}
.time-date-action {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 50px;
}
.program-block {
    width: 850px;
    margin: 0 auto;
    border-left: 1px solid #000000;
    padding: 16px 0;
}
.program-block:first-child {
    padding-top: 0;
}
.program-block:last-child {
    padding-bottom: 0;
}
.time-date-action-program {
    color: #00405B;
    font-size: 20px;
}
.title-action {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.9);
    margin: 0 0 10px 0;
}
.description-action {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 21px;
}
.speaker {
    color: rgba(0, 88, 98, 0.6);
}
.before-program {
    position: relative;
    left: -5px;
    margin-right: 5px;
}
.program-container {
    margin-top: 63px;
}
.speaker-description {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}
.sponsors-block {
    align-items: center;
    display: flex;
    width: 973px;
    margin: 30px auto;
}
.block-title {
    margin-left: 62px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
}
.partners-container {
    margin-top: 60px;
}
.partners {
    padding-bottom: 40px;
    padding-top: 100px;
}
.sponsors {
    padding-bottom: 60px;
}
.block-title-link {
    margin-left: 62px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    margin-left: 0;
    text-decoration: none;
}
footer {
    padding: 30px 0;
    background: linear-gradient(118.49deg, rgba(0, 178, 255, 0.0924) -4.15%, rgba(112, 0, 255, 0.154) 93.56%);
}
.footer-block {
    margin: 20px 0;
}
.foo-font {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}
.foo-container {
    width: 870px;
    margin: 0 auto;
}
.foo-link {
    display: block;
    text-decoration: none;
}
.foo-link:nth-child(2) {
    text-decoration: underline;
}
.foo-link:nth-child(2):hover {
    text-decoration: none;
}
.zixinet {
    text-decoration: none;
}
.zixinet:hover {
    text-decoration: underline;
}
.second-row {
    margin-top: 30px;
}
.full-size {
    width: 100%;
    height: auto;
}
.container-thumbnail-commitet {
    width: 240px;
    height: 258px;
    overflow: hidden;
}
.block-commitet {
    margin: 0 25px;
    margin-bottom: 10px;
    width: 290px;
    height: auto;
}
.content-slider {
    width: 1140px;
    margin: 0 auto;
    margin-top: 63px;
    display: grid;
    grid-gap: 50px;
    grid-template-columns: 300px 300px 300px;
    justify-content: center;
}
.title-commitet {
    font-size: 18px;
    font-family: 'PF Centro';
    color: #00405B;
    margin: 24px 0 28px 0;
}
.content-commitet {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
}
.title-speakers {
    margin-bottom: 16px;
}
.block-speakers {
    width: 290px;
    height: auto;
}
.zixinet {
    margin-top: 10px;
}
.page-404 {
    display: none;
}
.homepage {
    display: flex;
}
.color-404 {
    color: #393185;
}
.btn-404 {
    color: #393185;
    border: 1px solid #393185;
}
.btn-404:hover {
    color: #fff;
    background: #393185;
}
.tel-404 {
    color: #393185;
}
.tel-404:hover {
    outline: #393185;
}
#wpcf7-f5-o1 {
    width: 243px;
    margin: 0 auto;
}
.title-page {
    font-size: 24px;
    margin-bottom: 20px;
}
.page-content p {
    font-size: 16px;
    line-height: 19px;
    margin: 5px 0 9px 0;
}
.page-content {
    padding: 50px 0 70px 0;
}
